| Einhugur Xml Plugin for Xojo |
|
Node.InsertCopyBefore Method
Copies the specified attribute to become a attribute of this node by inserting the node before a specific attribute.
Parameters
- copied
- The attribute to be copied.
- attr
- Copied attribute will be inserted after the attribute in this parameter.
Returns
- EinhugurXml.Attribute
- Returns copied attribute, or empty attribute on error.
Remarks
See Also
Node Class